Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure
Members


ActionResult<T> Structure
Represents the executing result of an action.
Syntax
'Declaration
 
Public Structure ActionResult(Of T) 
   Inherits System.ValueType
 
'Usage
 
Dim instance As ActionResult(Of T)
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Spreadsheet.ActionResult<T>

See Also